home *** CD-ROM | disk | FTP | other *** search
- object frmExec: TfrmExec
- Left = 281
- Top = 222
- HelpContext = 8
- BorderStyle = bsDialog
- Caption = 'Exec'
- ClientHeight = 82
- ClientWidth = 350
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 334
- Height = 40
- Shape = bsFrame
- IsControl = True
- end
- object lblPath: TLabel
- Left = 16
- Top = 20
- Width = 84
- Height = 13
- Caption = '&System Command'
- FocusControl = edtExecPath
- end
- object OKBtn: TBitBtn
- Left = 96
- Top = 54
- Width = 77
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- NumGlyphs = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 180
- Top = 54
- Width = 77
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- NumGlyphs = 2
- Spacing = -1
- IsControl = True
- end
- object HelpBtn: TBitBtn
- Left = 264
- Top = 54
- Width = 77
- Height = 25
- Caption = '&Help'
- TabOrder = 4
- OnClick = HelpBtnClick
- NumGlyphs = 2
- Spacing = -1
- IsControl = True
- end
- object edtExecPath: TEdit
- Left = 112
- Top = 18
- Width = 219
- Height = 21
- TabOrder = 0
- end
- object rbtnCmd: TRadioButton
- Left = 8
- Top = 59
- Width = 49
- Height = 17
- Caption = 'C&MD'
- Checked = True
- TabOrder = 1
- TabStop = True
- end
- object rbtnCgi: TRadioButton
- Left = 54
- Top = 59
- Width = 43
- Height = 17
- Caption = '&CGI'
- TabOrder = 5
- end
- end
-